|
|
|
@ -163,11 +163,11 @@ |
|
|
|
v-hasPermi="['business:resource:gsp:ffjlgd']">{{ |
|
|
|
$t('page.business.resource.gsp.guidang') }}</el-button> |
|
|
|
<!-- 解档 --> |
|
|
|
<el-button type="text" v-if="scope.row.jlzt == 7 && id == scope.row.dasqrId" @click="handleJd(scope.row)" |
|
|
|
<el-button type="text" v-if="scope.row.jlzt == 7 && id == scope.row.gdsqrId" @click="handleJd(scope.row)" |
|
|
|
v-hasPermi="['business:resource:gsp:ffjljd']">{{ |
|
|
|
$t('page.business.resource.gsp.jiedang') }}</el-button> |
|
|
|
<!-- 借阅 --> |
|
|
|
<el-button type="text" v-if="scope.row.jlzt == 7 && scope.row.jyzt == 1 && id == scope.row.dasqrId" @click="handleJy(scope.row)" |
|
|
|
<el-button type="text" v-if="scope.row.jlzt == 7 && scope.row.jyzt == 1 && id == scope.row.gdsqrId" @click="handleJy(scope.row)" |
|
|
|
v-hasPermi="['business:resource:gsp:ffjljy']">{{ |
|
|
|
$t('page.business.resource.gsp.jieyue') }}</el-button> |
|
|
|
</template> |
|
|
|
|