| | |
| | | <el-image v-if="row.operatImg" :src="url+row.operatImg" style="height: 50px;width: 50px"></el-image> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="sort" label="排序"/> |
| | | <el-table-column prop="sort" label="排序" align="center"/> |
| | | <zt-table-column-handle :table="table" width="150" /> |
| | | </el-table> |
| | | <!-- 弹窗, 新增 / 修改 --> |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | url: `${window.SITE_CONFIG['apiURL']}/sysPictureBase/getProductImg?token=${Cookies.get('token')}&id=`, |
| | | url: `${window.SITE_CONFIG['apiURL']}/sysPictureBase/getSvgImage?token=${Cookies.get('token')}&id=`, |
| | | dataForm: { |
| | | operationalStatus:'', |
| | | standbyState:'', |