|
@@ -11,6 +11,7 @@ import import_mixin from '@/components/template/import_mixin.js'
|
|
|
import ImageUpload from '@/components/file-upload'
|
|
|
import { required, mobileRequired, mobile, httpUrl, email } from '@/components/template/rules_verify.js'
|
|
|
import { listPageV2,pageExport, add, edit, del, getMainList, getTypeList } from "@/api/workOrder/settlementStandardInstall";
|
|
|
+import { thousands } from '@/utils/common'
|
|
|
export default {
|
|
|
components: { TemplatePage, ImageUpload },
|
|
|
mixins: [import_mixin],
|
|
@@ -173,7 +174,7 @@ export default {
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
- ):(<div style="padding: 6px;">{row.normAmount}</div>)
|
|
|
+ ):(<div style="padding: 6px;">{thousands(row.normAmount)}</div>)
|
|
|
}
|
|
|
}
|
|
|
if (item.jname === 'remark') {
|