浏览代码

是否可以修改

duy 1 年之前
父节点
当前提交
4a220220a4
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/views/agree/land/land.vue
  2. 1 1
      src/views/agree/special/special.vue
  3. 1 1
      src/views/agree/tomb/tomb.vue

+ 1 - 1
src/views/agree/land/land.vue

@@ -35,7 +35,7 @@
             </template>
             <HcTable :column="tableColumn" :datas="tableData" :loading="tableLoading" is-check @selection-change="tableSelectionChange">
                 <template #action="{ row, index }">
-                    <el-button size="small" type="primary" :disabled="row?.isQuote === '1'" @click="editRowClick(row)">
+                    <el-button size="small" type="primary" :disabled="row?.isQuote === 1" @click="editRowClick(row)">
                         修改
                     </el-button>
                     <el-button size="small" type="warning" @click="viewPdf(row)">

+ 1 - 1
src/views/agree/special/special.vue

@@ -35,7 +35,7 @@
             </template>
             <HcTable :column="tableColumn" :datas="tableData" :loading="tableLoading" is-check @selection-change="tableSelectionChange">
                 <template #action="{ row, index }">
-                    <el-button size="small" type="primary" :disabled="row?.isQuote === '1'" @click="editRowClick(row)">
+                    <el-button size="small" type="primary" :disabled="row?.isQuote === 1" @click="editRowClick(row)">
                         修改
                     </el-button>
                     <el-button size="small" type="warning" @click="viewPdf(row)">

+ 1 - 1
src/views/agree/tomb/tomb.vue

@@ -35,7 +35,7 @@
             </template>
             <HcTable :column="tableColumn" :datas="tableData" :loading="tableLoading" is-check @selection-change="tableSelectionChange">
                 <template #action="{ row, index }">
-                    <el-button size="small" type="primary" :disabled="row?.isQuote === '1'" @click="editRowClick(row)">
+                    <el-button size="small" type="primary" :disabled="row?.isQuote === 1" @click="editRowClick(row)">
                         修改
                     </el-button>
                     <el-button size="small" type="warning" @click="viewPdf(row)">