@@ -825,7 +825,7 @@
<el-input
v-model="scope.row.remark"
placeholder="备注"
- :disabled="browseStatus || scope.row.fBillstatus === 6"
+ :disabled="browseStatus"
show-word-limit
/>
</template>
@@ -1117,7 +1117,7 @@
- :disabled="browseStatus || scope.row.fBillstatus === 40"