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