潘志宝
2024-12-30 9e2e0baeff46fb6ecfe21145f7250d67b13ca79e
src/views/model/mpk/icon/index.vue
@@ -7,6 +7,7 @@
      ref="queryFormRef"
      :inline="true"
      label-width="68px"
      @submit.prevent
    >
      <el-form-item label="模型名称" prop="iconName">
        <el-input
@@ -50,7 +51,7 @@
      <el-table-column prop="iconDesc" label="描述"/>
      <el-table-column align="center" label="图标" prop="icon" width="100">
        <template #default="scope">
          <img :src="'/SimtreeUnitImage/' + scope.row.iconName" class="mpk-icon-list" :alt=" scope.row.iconDesc" />
          <img :src="staticDir + 'SimtreeUnitImage/' + scope.row.iconName" class="mpk-icon-list" :alt=" scope.row.iconDesc" />
        </template>
      </el-table-column>
      <el-table-column prop="sort" label="排序"/>
@@ -91,6 +92,8 @@
defineOptions({name: 'MpkIcon'})
const staticDir = ref(import.meta.env.VITE_STATIC_DIR)
const message = useMessage() // 消息弹窗
const {t} = useI18n() // 国际化