jinlin
2024-10-22 3c54f403c6c9756725f9d016e7ff05c5b64327d0
web/src/views/modules/basicInfo/TyProductModel.vue
@@ -34,8 +34,8 @@
              <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="排序"/>
          <zt-table-column-handle :table="table" width="150" />
          <el-table-column prop="sort" label="排序" align="center"/>
          <zt-table-column-handle :table="table" width="150"/>
        </el-table>
        <!-- 弹窗, 新增 / 修改 -->
        <add-or-update @refreshDataList="table.query"/>
@@ -50,7 +50,7 @@
  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:'',