gaoluyang
4 天以前 eca5924030894adc81661f0784b87a95fe702d2f
src/views/financialManagement/assets/fixedAssets.vue
@@ -72,7 +72,7 @@
        <template #operation="{ row }">
          <el-button type="primary" link @click="view(row)">查看</el-button>
          <el-button type="primary" link @click="edit(row)">编辑</el-button>
          <el-button type="danger" link @click="handleDelete(row)">删除</el-button>
          <el-button type="danger" link @click="handleDelete(row)" v-hasPermi="['financialManagement:fixedAssets:remove']">删除</el-button>
        </template>
      </PIMTable>
    </div>