gaoluyang
4 天以前 eca5924030894adc81661f0784b87a95fe702d2f
src/views/financialManagement/payable/input-invoice.vue
@@ -75,7 +75,7 @@
        <template #operation="{ row }">
          <el-button type="primary" link @click="view(row)">查看</el-button>
          <el-button type="warning" link @click="handleCancel(row)" v-if="isNormalStatus(row.status)">作废</el-button>
          <el-button type="danger" link @click="handleDelete(row)">删除</el-button>
          <el-button type="danger" link @click="handleDelete(row)" v-hasPermi="['financialManagement:inputInvoice:remove']">删除</el-button>
        </template>
      </PIMTable>
    </div>