|
|
|
@ -10,11 +10,11 @@ |
|
|
|
<el-row style="margin:10px 0px;"> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-table :data="selectList" border> |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.mc')" align="left" prop="mc" |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.mc')" align="center" prop="mc" |
|
|
|
:show-overflow-tooltip="true" width="100px" /> |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.bh')" align="left" prop="bh" |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.bh')" align="center" prop="bh" |
|
|
|
:show-overflow-tooltip="true" width="100px" /> |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.nd')" align="center"> |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.nd')" align="center" width="150px"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.nd }}{{ scope.row.nddw }} |
|
|
|
</template> |
|
|
|
@ -22,10 +22,10 @@ |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.sxrq')" align="center" prop="sxrq" |
|
|
|
width="150px" /> |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.cctj')" align="center" prop="cctj" |
|
|
|
width="130px" /> |
|
|
|
width="150px" /> |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.ccwz')" align="center" prop="ccwz" |
|
|
|
width="130px" /> |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.ckl')" align="center"> |
|
|
|
width="150px" /> |
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.ckl')" align="center" width="150px"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.kc }}{{ scope.row.kcdw }} |
|
|
|
</template> |
|
|
|
@ -207,7 +207,7 @@ |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button type="primary" @click="save">{{ $t('form.confirm') }}</el-button> |
|
|
|
<el-button type="primary" @click="save" :disabled="isBatch && selectList.length == 0">{{ $t('form.confirm') }}</el-button> |
|
|
|
<el-button @click="cancel">{{ $t('form.cancel') }}</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|