dy
2025-04-14 cb31496dcc141a0a06782a0a901bd8b05fb51b3d
页面权限功能调整
已修改2个文件
3 ■■■■ 文件已修改
src/views/ApsPartRouteStat/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/partPlan/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ApsPartRouteStat/index.vue
@@ -68,6 +68,7 @@
/** 查询零件统计表列表 */
function getList() {
  headers.value = []
  loading.value = true;
  query().then(response => {
    if(response.code == '200'){
src/views/partPlan/index.vue
@@ -187,7 +187,7 @@
              icon="Check"
              :disabled="planned"
              @click="uploadParse"
              v-hasPermi="['partPlan:edit']"
              v-hasPermi="['partPlan:confirmPart']"
            >上传并解析</el-button>
          </div>
        </el-col>