|
|
|
@ -101,11 +101,11 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<!-- 取出 --> |
|
|
|
<el-button type="text" v-if="scope.row.cczt == 3" @click="handleQc(scope.row)" |
|
|
|
<el-button type="text" v-if="(scope.row.zjzt == 3||scope.row.zjzt == 2) && scope.row.cczt == 3" @click="handleQc(scope.row)" |
|
|
|
v-hasPermi="['business:studyGsp:qc', 'business:nonTrialGsp:qc', 'business:drugGsp:qc']">{{ |
|
|
|
$t('page.business.resource.gyzj.quchu') }}</el-button> |
|
|
|
<!-- 存储 --> |
|
|
|
<el-button type="text" v-if="scope.row.cczt == 1" @click="handleCc(scope.row)" |
|
|
|
<el-button type="text" v-if="(scope.row.zjzt == 3||scope.row.zjzt == 2) && scope.row.cczt == 1" @click="handleCc(scope.row)" |
|
|
|
v-hasPermi="['business:studyGsp:cc', 'business:nonTrialGsp:cc', 'business:drugGsp:cc']">{{ |
|
|
|
$t('page.business.resource.gyzj.cunchu') }}</el-button> |
|
|
|
</template> |
|
|
|
|