Browse Source

fix:[资源库管理]给药制剂借阅

lkf
15881625488@163.com 2 months ago
parent
commit
cd73cc1394
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/business/resource/gyzj/comps/gyzjList.vue

+ 2
- 2
src/views/business/resource/gyzj/comps/gyzjList.vue View File

@ -132,7 +132,7 @@
<el-table-column :label="$t('form.operate')" fixed="right" align="center" <el-table-column :label="$t('form.operate')" fixed="right" align="center"
class-name="small-padding fixed-width" width="250px"> class-name="small-padding fixed-width" width="250px">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.zjzt == 1 || scope.row.zjzt == 3 || scope.row.zjzt == 5 || scope.row.zjzt == 9">
<template v-if="scope.row.zjzt == 1 || scope.row.zjzt == 3 || scope.row.zjzt == 5 || scope.row.jyzt == 5 ">
<!-- 详情 --> <!-- 详情 -->
<el-button type="text" @click="handleXq(scope.row)" v-hasPermi="['business:resource:gyzj:xq']">{{ <el-button type="text" @click="handleXq(scope.row)" v-hasPermi="['business:resource:gyzj:xq']">{{
$t('page.business.resource.gyzj.detail') }}</el-button> $t('page.business.resource.gyzj.detail') }}</el-button>
@ -189,7 +189,7 @@
<el-button type="text" @click="handleRk(scope.row)" v-hasPermi="['business:resource:gyzj:rk']">{{ <el-button type="text" @click="handleRk(scope.row)" v-hasPermi="['business:resource:gyzj:rk']">{{
$t('page.business.resource.gyzj.qrrk') }}</el-button> $t('page.business.resource.gyzj.qrrk') }}</el-button>
</template> </template>
<template v-if="scope.row.zjzt == 9">
<template v-if="scope.row.zjzt == 9&&scope.row.jyzt == 1">
<!-- 解档 --> <!-- 解档 -->
<el-button type="text" @click="handleJd(scope.row)" v-hasPermi="['business:resource:gyzj:jd']">{{ <el-button type="text" @click="handleJd(scope.row)" v-hasPermi="['business:resource:gyzj:jd']">{{
$t('page.business.resource.gyzj.jiedang') }}</el-button> $t('page.business.resource.gyzj.jiedang') }}</el-button>

Loading…
Cancel
Save