duy пре 1 година
родитељ
комит
4a220220a4

+ 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)">