111
k94314517
2023-08-24 06997ad92d77b7dd8a002df16b5b0cadc528d5f5
web_standard/src/views/business/materialCategory.vue
@@ -74,7 +74,7 @@
          fixed="right"
        >
          <template slot-scope="{row}">
            <el-button v-permissions="['ext:categoryext:update']"  type="text" @click="$refs.operaCategoryExtWindow.open('编辑', row)">编辑</el-button>
            <el-button v-permissions="['ext:categoryext:update']"  type="text" @click="$refs.operaCategoryExtWindow.open('编辑', row, 0)">编辑</el-button>
            <span v-permissions="['ext:categoryext:delete']" style="margin-left:8px">
              <el-button type="text" @click="deleteById(row)">删除</el-button>
            </span>